home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcbhlp_c.zip / HLPSRCH < prev    next >
Text File  |  1991-11-05  |  2KB  |  73 lines

  1. @X0E                Examples of using boolean (and / or) searching
  2. @X0E                ----------------------------------------------
  3.  
  4. @X0BThere are numerous places where PCBoard will ask you for some kind of search
  5. @X0Bcriteria for the text you want to scan.  In those areas you can simply type
  6. @X0Bin a word or phrase or you may create much more complex searches by using
  7. @X0Bboolean logic symbols in your request.
  8.  
  9. @X0BThe symbols "&" and "|" can be used to mean AND and OR respectively.  In
  10. @X0Baddition you can combine criteria using parenthesis to denote the grouping of
  11. @X0Bthe search.
  12.  
  13. @X0BThe rules below apply at any prompt given where PCBoard wants you to tell it
  14. @X0Bwhat to scan for so the following rules can be used whether you are scanning
  15. @X0Bthrough the message base, the download directories, the users file or the
  16. @X0Bcaller logs.
  17.  
  18.  
  19. @X0EMultiple words making up a sentence or phrase:
  20. @X0E----------------------------------------------
  21. @X0CPCBoard version 14.5
  22.  
  23. @X0BSearches for the words "PCBoard version 14.5" all together in a line
  24.  
  25.  
  26. @X0EMultiple words searching for each word separately:
  27. @X0E--------------------------------------------------
  28. @X0CPCBoard | Qmodem | Procomm
  29.  
  30. @X0BSearches for any text having either PCBoard OR Qmodem OR Procomm anywhere in
  31. @X0Bthe text
  32.  
  33.  
  34. @X0EMultiple words searching for each word separately requiring ALL to match:
  35. @X0E-------------------------------------------------------------------------
  36. @X0CPCBoard & Qmodem & Procomm
  37.  
  38. @X0BSearches for any text having ALL THREE words but not necessarily in any order
  39. @X0Bor even next to each other
  40.  
  41.  
  42. @X0EUsing parenthesis for grouping:
  43. @X0E-------------------------------
  44. @X0CDESQview & (PCBoard | Qmodem)
  45.  
  46. @X0BSearches for any text having DESQview in it AND having either PCBoard OR Qmodem
  47. @X0Balso in the same text in any order and not necessarily together
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.